home *** CD-ROM | disk | FTP | other *** search
- global gPanoMovieID, gPanoMovieObj, gTestCallbackFactory
-
- on mouseUp
- if the machineType = 256 then
- if objectp(gPanoMovieObj) then
- if the hilite of cast "NodeLeaveHandler Check" then
- gPanoMovieObj(mSetNodeLeaveCallback, gTestCallbackFactory, "TestNodeLeaveHandler")
- else
- gPanoMovieObj(mSetNodeLeaveCallback, gTestCallbackFactory, EMPTY)
- end if
- else
- beep()
- end if
- else
- if gPanoMovieID <> EMPTY then
- SetupHandler("NodeLeaveHandler")
- else
- beep()
- end if
- end if
- end
-